-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
espradio: implement support for wifi/BLE on the ESP32-C3 #650
base: dev
Are you sure you want to change the base?
Conversation
This is a work in progress. It does not yet work.
This commit now requires tinygo_task_current which I've patched in my local TinyGo build.
Update: I got a bit further.
So apparently a send on a queue timed out ( EDIT: actually the interrupts aren't present in the SVD file, they need an update: cmsis-svd/cmsis-svd-data#3 |
@aykevl the SVD file was updated, so this PR should be unblocked. 😸 |
Any news on this? |
would be a dream come true |
Any updates? |
No updates. If I have updates, I'll say so in this PR. |
One of the commits mentions: "This commit now requires tinygo_task_current which I've patched in my Is this available publicly anywhere? I couldn't find anything here or in the compiler repo. |
This is a work in progress. It does not yet work. It supersedes #320.
It is based on the work done by Rust people: https://github.com/esp-rs/esp-wifi/tree/main/esp-wifi-sys
To compile, use:
Right now it doesn't quite work yet: